FlashColor
FlashColor FlashId, Color
 
Parameters:

    FlashId=The Id of the Flash movie
    Color=Background color
Returns: NONE
 

FlashColor sets the background color of the movie. If transparent draw mode is used, this color will also define the transparent color.



  
; include the flash library
  #Include "PBFlash.pba"
  
; load a flash movie and display it
  LoadFlash CurrentDir$() + example.swf", 1, 0, 0
  
; Set background colour to reg
  FlashColor 1RGB(25500)
  
; Make flash transparent
  FlashDrawMode 11
  
  Sync
  WaitKey
  
  

 
Related Info: :
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com